home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
languages
/
northc_384
/
translate
/
doc to example
< prev
next >
Wrap
Text File
|
1990-08-30
|
1KB
|
29 lines
# File to tell Translate how to go from doc file to
# a strait ASCII file
#First set the line length to 75
$line 75
# The actual translation is very simple, replace all newlines
# with newlines
\n\_\n
# Now a list of files to use the translations on
tranreadme "t:tran_README" "NorthC Examples:translate/README"
hellodoc "t:hello.doc" "NorthC Examples:hello/hello.doc"
disREADME "t:disREADME" "NorthC Examples:disass/README.sjh"
miniREADME "t:miniREADME" "NorthC Examples:mini-hello/README"
makeREADME "t:makeREADME" "NorthC Examples:make/README"
rendaif "t:rendaif" "NorthC Examples:Crender/aif.doc"
rendcrend "t:rendcrend" "NorthC Examples:Crender/CRender.doc"
rendMake "t:rendMake" "NorthC Examples:Crender/Makefile.doc"
rendrend "t:rendrend" "NorthC Examples:Crender/render.doc"
adosREADME "t:adosREADME" "NorthC Examples:AmigaDOS/README"
adosdoc "t:adosdoc" "NorthC Examples:AmigaDOS/AmigaDOS.doc"
libsREADME "t:libsREADME" "NorthC Examples:clibs/README"
libsUREADME "t:libsUREADME" "NorthC Examples:clibs/UNIX/README"
ftuneREADME "t:ftuneREADME" "NorthC Examples:fortune/README"
xmpleREADME "t:xmpleREADME" "NorthC Examples:README"
topREADME "t:topREADME" "NorthC Examples:top/README"